@media (min-width:1201px) and (max-width:1400px) {
    .modern-nav .navbar-brand IMG {
        width: 140px;
    }

    .modern-nav .nav-link {

        font-size: 15px;
    }

    modern-nav .nav-item a.theme-btn {
        width: 254px;
        margin-left: 0;
    }
}

.poerfolio-sec-new .box-design2 img {
    width: 100%;
    height: auto;
}

@media (min-width:991px) and (max-width:1200px) {
    .modern-nav .navbar-brand IMG {
        width: 100px;
    }

    .modern-nav .nav-link {

        font-size: 13px;
    }

    modern-nav .nav-item a.theme-btn {
        width: 254px;
        margin-left: 0;
    }

}

@media (min-width:768px) and (max-width:992px) {}

@media(max-width:767px) {
    .footer-bottom-logo img {
        width: 41px;
        filter: grayscale(1);
        border-radius: 2px;
    }

    .about-section .image-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        margin-left: 0;
        margin: 0 auto !important;
        text-align: center;
    }

    .stats-numbers-section .section-title {
        font-size: 30px;

    }

    .stats-numbers-section .stat-card {
        padding: 0px 24px;
    }

    .partners-section {
        padding: 50px 0;
        border-top: 1px solid #dddddd8a;
    }

    .logos-scroller {

        margin: 0;
        padding: 0;
    }

    .marketing-services-section .section-badge {
        margin-top: 20px;
    }

    .marketing-services-section .section-description {

        height: 150px;
        overflow: auto;
    }

    .problems-section .problem-card {
        width: 100% !important;
        min-width: 100%;
    }

    .industry-section .section-heading {
        font-size: 35px;
    }

    .industry-section .industry-tag {
        width: 100%;
    }

    .custom-timeline-section .single-year-content.active-year {

        flex-direction: column;
    }

    .custom-timeline-section .timeline-main-container {
        max-width: 100%;

    }

    .custom-timeline-section .year-visual-image img {
        width: 91%;
        border: 0;
        height: 199px;
        object-fit: cover;
        border-radius: 0;
    }

    .custom-timeline-section .year-visual-image::before {
        width: 87%;
        height: 76%;
        position: absolute;
        background: #ffff0000;
        content: "";
        border: 2px solid #f7c812;
        left: 25px;
        top: -12px;
        z-index: -1;
    }

    .year-title-container .year-f {
        font-size: 122px;
        position: absolute;
        top: -195px;
        font-weight: bold;
        margin-left: 0;
        color: #f7ca19;
    }

    .custom-timeline-section .year-title-container {

        margin-bottom: 0;
    }

    .custom-timeline-section .content {
        position: relative;
        width: 100% !important;
    }

    .custom-timeline-section .timeline-dot {
        display: block;
        width: 17px;
        height: 17px;
        background: rgb(255 255 255);
        border-radius: 50%;
        margin: 14px auto 6px;
        position: relative;
        transition: all 0.3s ease;
        border: 2px solid transparent;
    }

    .custom-timeline-section .timeline-progress-line {

        top: 21px;

    }

    .custom-timeline-section .timeline-scroller-container {
        margin-top: 0;
        position: relative;
        width: 100%;
    }

    .custom-timeline-section .year-content-container {

        margin-bottom: 19px;

    }

    .results-section .section-title {
        font-size: 35px;
        text-align: center;
        line-height: 36px;
    }

    .results-section {
        padding: 50px 0;
    }

    .testimonials-section .section-title {
        font-size: 35px;
    }

    .faq-section .section-title {
        font-size: 35px;
    }

    .faq-section .faq-list .faq-item {
        width: 100%;
    }

    .blog-section .section-title {
        font-size: 35px;
        margin-bottom: 50px;
    }

    .blog-section .card-body {
        padding: 26px;
    }

    .stats-section {

        padding-top: 0;
    }

    .clutch-testimonial-section {
        padding: 50px 0;
        padding-bottom: 100px;
    }

    .arrow-testi {
        position: absolute;
        bottom: 40px;
        right: 1px;
        top: auto;
        display: flex;
        gap: 20px;
        width: 100px;
        left: 50%;
        transform: translateX(-50%);
    }

    .content-wrapper .row .col-md-8:nth-child(1) {
        order: 2;
    }

    a.navbar-brand {
        padding: 0 !important;
    }

    a.navbar-brand img {
        width: 122px;
    }

    .modern-nav .mega-list a {

        margin-left: 0;

    }

    .stats-section .stat-value {
        font-size: 20px;
    }

    .stats-section .stat-card {
        padding: 14px 24px;
    }

    .case-study-wrapper .custom-tabs {

        justify-content: space-around;
    }

    .case-study-wrapper .result-badge {
        width: 100%;
        margin: 0;
        margin-top: 10px;
        min-width: 100% !important;
    }

    .case-study-wrapper .case-card {
        padding: 0;
        background: transparent;
    }

    .results-section .toggle-icon {
        flex-shrink: 0;
    }

    .blog-section .card-body {

        justify-content: start;
        margin: 0 !important;
        padding-bottom: 10px;
    }

    .blog-section .col-lg-4.col-md-6 {
        margin-bottom: 20px;
    }

    .contact-section .schedule-btn {

        padding: 10px 15px;
        border-radius: 50px;
        font-size: 14px;

    }

    .hero-section {
        min-height: 100%;
        padding: 0px 0;

    }
}

@media(max-width:480px) {}

@media(max-width:360px) {}